home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00169_Script_ScreenOn
< prev
next >
Wrap
Text File
|
1999-02-25
|
1KB
|
42 lines
property origSprite, Oribitter1, Oribitter2, Oribitter3, Oribitter4
on mouseDown me
puppetSound 2, "click"
set the moveableSprite of sprite origSprite = TRUE
set the visibility of sprite origSprite = TRUE
set the loc of sprite origSprite = point (the mouseh, the mouseV)
set the visibility of sprite Oribitter1 = TRUE
set the visibility of sprite Oribitter2 = TRUE
set the visibility of sprite Oribitter3 = TRUE
set the visibility of sprite Oribitter4 = TRUE
end if
end
on getPropertyDescriptionList
set p_list = [ ¼
origSprite : [ #comment: " the Screen:", ¼
#format: #integer, ¼
#default: 1 ], ¼
Oribitter1 : [ #comment: " Orbitting Sprite 1:", ¼
#format: #integer, ¼
#default: 1 ] , ¼
Oribitter2 : [ #comment: " Orbitting Sprite 2", ¼
#format: #integer, ¼
#default: 2] , ¼
Oribitter3 : [ #comment: " Orbitting Sprite 3:", ¼
#format: #integer, ¼
#default: 3 ] , ¼
Oribitter4: [ #comment: " Orbitting Sprite 4", ¼
#format: #integer, ¼
#default: 4 ] ]
return p_list
end